"shades of blue" shadcn/ui theme

oceanic serenity
gradient blues
modern aquatic
high contrast
emotional depth
professional elegance
dynamic day-night transition
calm yet vibrant
data visualization friendly
immersive blue experience

Shadcn/ui Theme Css Variables

name: Azure Reveriekeyword: shades of blue views: 34

:root {
  --background: 210 40% 98%;
  --foreground: 222.2 47.4% 11.2%;
  --card: 210 40% 98%;
  --card-foreground: 222.2 47.4% 11.2%;
  --popover: 210 40% 98%;
  --popover-foreground: 222.2 47.4% 11.2%;
  --primary: 217.2 91.2% 59.8%;
  --primary-foreground: 210 40% 98%;
  --secondary: 221.2 83.2% 53.3%;
  --secondary-foreground: 210 40% 98%;
  --muted: 220 14.3% 95.9%;
  --muted-foreground: 220 8.9% 46.1%;
  --accent: 224.3 76.3% 48%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 217.2 91.2% 59.8%;
  --radius: 0.75rem;
  --chart-1: 217.2 91.2% 59.8%;
  --chart-2: 221.2 83.2% 53.3%;
  --chart-3: 224.3 76.3% 48%;
  --chart-4: 227.4 69.2% 42.7%;
  --chart-5: 230.5 62.1% 37.3%;
} 

.dark {
  --background: 222.2 47.4% 11.2%;
  --foreground: 210 40% 98%;
  --card: 222.2 47.4% 11.2%;
  --card-foreground: 210 40% 98%;
  --popover: 222.2 47.4% 11.2%;
  --popover-foreground: 210 40% 98%;
  --primary: 224.3 76.3% 48%;
  --primary-foreground: 210 40% 98%;
  --secondary: 217.2 91.2% 59.8%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: 217.2 32.6% 17.5%;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 221.2 83.2% 53.3%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 72.2% 50.6%;
  --destructive-foreground: 210 40% 98%;
  --border: 217.2 32.6% 17.5%;
  --input: 217.2 32.6% 17.5%;
  --ring: 224.3 76.3% 48%;
  --radius: 0.75rem;
  --chart-1: 224.3 76.3% 48%;
  --chart-2: 221.2 83.2% 53.3%;
  --chart-3: 217.2 91.2% 59.8%;
  --chart-4: 213.2 95.2% 66.8%;
  --chart-5: 209.2 99.2% 73.8%;
}